Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix infinite variance handling in GaussEst, DiscreteEst, LinEst and ReLUEst #13

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

julianwi
Copy link

@julianwi julianwi commented Jun 29, 2024

The infinite variance handling in GaussEst and DiscreteEst was broken, because it passed avg_var_cost into the ind_out parameter of est_init().

The infinite variance code path in ReLUEst was broken as well, because zhat0_map and
related variables did not get set in this code path.

Infinite variance handling was also added to LinEst and the unit tests for all four estimators have been extended to test the infinite variance cases.

The infinite variance handling in GaussEst and DiscreteEst was broken,
because it passed avg_var_cost into the ind_out parameter of est_init().

Infinite variance handling was also added to LinEst and the unit tests for
all three estimators have been extended to test the infinite variance cases.
The infinite variance code path was broken, because the zhat0_map and
related variables did not get set in this code path. The relu unit tests
have been extendet to test this code path.
@julianwi julianwi changed the title fix infinite variance handling in GaussEst, DiscreteEst and LinEst fix infinite variance handling in GaussEst, DiscreteEst, LinEst and ReLUEst Jun 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant